Utility.convertArgumentsToArray Method

The "arguments" special keywords looks like an array, but it isn't. This method converts it to an array.
 

Parameters

originalArguments

The original fake array arguments.

Return Value


Type: Array
A true array.